Heap Profiler Domain
HeapProfilerDomain represents HeapProfiler protocol domain request/response operations and events that can be captured.
This API is marked as experimental in protocol definition and can change in the future.
Functions
addHeapSnapshotChunk
Link copied to clipboard
addInspectedHeapObject
Link copied to clipboard
fun addInspectedHeapObject(input: AddInspectedHeapObjectRequest): Single<RequestResponseFrame>
Content copied to clipboard
collectGarbage
Link copied to clipboard
description
Link copied to clipboard
disable
Link copied to clipboard
enable
Link copied to clipboard
events
Link copied to clipboard
getDependencies
Link copied to clipboard
getHeapObjectId
Link copied to clipboard
fun getHeapObjectId(input: GetHeapObjectIdRequest): Single<GetHeapObjectIdResponse>
Content copied to clipboard
getObjectByHeapObjectId
Link copied to clipboard
fun getObjectByHeapObjectId(input: GetObjectByHeapObjectIdRequest): Single<GetObjectByHeapObjectIdResponse>
Content copied to clipboard
getSamplingProfile
Link copied to clipboard
heapStatsUpdate
Link copied to clipboard
lastSeenObjectId
Link copied to clipboard
reportHeapSnapshotProgress
Link copied to clipboard
fun reportHeapSnapshotProgress(): Flowable<ReportHeapSnapshotProgressEvent>
Content copied to clipboard
resetProfiles
Link copied to clipboard
startSampling
Link copied to clipboard
fun startSampling(input: StartSamplingRequest): Single<RequestResponseFrame>
Content copied to clipboard
startTrackingHeapObjects
Link copied to clipboard
fun startTrackingHeapObjects(input: StartTrackingHeapObjectsRequest): Single<RequestResponseFrame>
Content copied to clipboard
stopSampling
Link copied to clipboard
stopTrackingHeapObjects
Link copied to clipboard
fun stopTrackingHeapObjects(input: StopTrackingHeapObjectsRequest): Single<RequestResponseFrame>
Content copied to clipboard
takeHeapSnapshot
Link copied to clipboard
fun takeHeapSnapshot(input: TakeHeapSnapshotRequest): Single<RequestResponseFrame>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard